'Declaration Public MustInherit Class DbConnectionWrap (Of TInnerConnection As {New, DbConnection}, TInnerCommand As {New, DbCommand}, TInnerParameter As DbParameter) Inherits System.Data.Common.DbConnection
public abstract class DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> : System.Data.Common.DbConnection where TInnerConnection: new(), DbConnection where TInnerCommand: new(), DbCommand where TInnerParameter: DbParameter